home *** CD-ROM | disk | FTP | other *** search
- failat 21
-
- echo "*N*NWelcome to the Termite demo!*N"
-
- echo "There are a few things which must be installed or configured before"
- echo "the demo can be run. This installation script will guide you through"
- echo "that process. The full version of Termite comes with a mouse-driven"
- echo "Installer script, for fast and easy installation.*N"
-
- echo "Please make sure you have run this installation program from within"
- echo "the drawer containing all the Termite Demo files, and...*N"
-
- ask "Press RETURN to continue"
-
- ; -- IBM Font ---------------
-
- echo "*NIBM Font*N"
-
- echo "Installing the IBM.font will allow you to view the IBM character"
- echo "set if you are online to a service that uses it. If you already"
- echo "have this font, an equivalent font, or do not wish to use the"
- echo "IBM character set, then you may answer 'no'.*N"
-
- ask "Install the IBM font to the FONTS: directory?"
-
- if warn
- copy fonts fonts: all quiet
- skip DoneFont
- endif
-
- lab DoneFont
-
- ; -- AmigaGuide Library -----
-
- echo "*NAmigaGuide Library*N"
-
- echo "Termite requires version 34 or higher of the amigaguide.library."
- echo "You currently have:*N"
-
- version amigaguide.library
-
- echo "*NIf you have a higher version than 34, answer 'no'.*N"
-
- ask "Install the amigaguide.library v34 to the LIBS: directory?"
-
- if warn
- copy libs/amigaguide.library libs: quiet
- echo "*NWhen the installation of the demo is complete, you should"
- echo "reboot your Amiga, to insure that the correct version of the"
- echo "library is being used.*N"
-
- ask "Press RETURN to continue"
-
- skip DoneAGLib
- endif
-
- lab DoneAGLib
-
- ; -- ASL Library ------------
-
- echo "*NASL Library*N"
-
- echo "Termite requires version 38 or higher of the asl.library."
- echo "You currently have:*N"
-
- version asl.library
-
- echo "*NIf you have a higher version than 38, answer 'no'.*N"
-
- ask "Install the asl.library v38 to the LIBS: directory?"
-
- if warn
- copy libs/asl.library libs: quiet
- echo "*NWhen the installation of the demo is complete, you should"
- echo "reboot your Amiga, to insure that the correct version of the"
- echo "library is being used.*N"
-
- ask "Press RETURN to continue"
-
- skip DoneASLLib
- endif
-
- lab DoneASLLib
-
- ; -- XPR Libraries ----------
-
- echo "*NXPR Libraries*N"
-
- echo "Termite supports external protocol (XPR) libraries for file"
- echo "transfers. You will need at least one of these libraries if you"
- echo "intend to upload or download.*N"
-
- echo "There are a few XPRs included with this demo, and they can be"
- echo "installed now if you wish. If you already have XPR libraries"
- echo "on your system, you may wish to bypass this step, as this"
- echo "installation script will not check version numbers of existing"
- echo "libraries, and you may inadvertently write an older version"
- echo "over a newer version.*N"
-
- ask "Install the included XPR libraries to the LIBS: directory?"
-
- if warn
- copy xlibs/xpr#?.library libs: quiet
-
- skip DoneXPR
- endif
-
- lab DoneXPR
-
- ; -- XEM Libraries ----------
-
- echo "*NXEM Libraries*N"
-
- echo "Termite supports external emulation (XEM) libraries for additional"
- echo "terminal emulation support. These libraries are not required. They"
- echo "merely extend the functionality of Termite.*N"
-
- echo "There are a few XEMs included with this demo, and they can be"
- echo "installed now if you wish. If you already have XEM libraries"
- echo "on your system, you may wish to bypass this step, as this"
- echo "installation script will not check version numbers of existing"
- echo "libraries, and you may inadvertently write an older version"
- echo "over a newer version.*N"
-
- ask "Install the included XEM libraries to the LIBS: directory?"
-
- if warn
- copy xlibs/xem#?.library libs: quiet
-
- skip DoneXEM
- endif
-
- lab DoneXEM
-
- ; -- Installation complete --
-
- echo "*NInstallation Complete!*N"
-
- echo "If you have correctly answered the above questions, all required"
- echo "files should now be set up on your system. If you need to move"
- echo "the Termite demo to another drawer or hard drive partition,"
- echo "just drag the entire Termite demo drawer to the desired location."
- echo "There are no 'Assign' commands necessary.*N"
-
- echo "Double-click the Termite icon to start the demo. You will"
- echo "be given more information when the program starts.*N"
-
- echo "We hope you enjoy this demonstration version of Termite. If"
- echo "you are interested in purchasing the full package, contact"
- echo "Oregon Research or HiSoft at the addresses given in the"
- echo "demo.*N"
-
- ask "Press RETURN to continue"
-
- echo "*N*N*N"